/* -------------------------------------------- */
@media only screen and (min-width: 1200px) {


}
/* -------------------------------------------- */
@media only screen and (min-width: 980px) and (max-width: 1199px) {


}


/* -------------------------------------------- */
@media only screen and (max-width: 768px) {

    .homepage .featured-text-wrapper {
        text-align: center;
        padding: 0 4%;
        bottom: -365px;
    }
    .homepage.featured-panel .entire.column {
        width: 100% !important;
    }

}
/* -------------------------------------------- */
@media only screen and (max-width: 979px) {

    .summit-page .registration-package {

    }
}
/* -------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 979px) {


    .homepage .featured-text-wrapper {
        text-align: center;
    }
    .homepage.featured-panel .entire.column {
        width: 100% !important;
    }


    .summit-page .registration-package {
        padding-bottom: 11%;
        width: 35%;
    }

}



/* -------------------------------------------- */
@media only screen and (max-width: 767px) {


    .summit-page .registration-package {
        text-align: center;
        padding-bottom: 0%;
        width: 86%;
    }

    .summit-page .button-wrapper {
        bottom: 25px;
        position: absolute;
        left: 25%;
        right: 25%;
    }


}
/* -------------------------------------------- */
@media only screen and (min-width: 700px) {

    .featherlight .featherlight-content {
        margin: 0 !important;
        max-width: 600px !important;
        width: 100% !important;
    }

}

/* -------------------------------------------- */
@media only screen and (max-width: 700px) {



}


/* -------------------------------------------- */
@media only screen and (max-width: 599px) {

    .cart-summary-additional-attendee {
        width: 89%;
    }

    .cart-action-options {
        width: 100%;
        text-align: center;
    }

    .cart-action-options .cart-action-checkout {
        width: 100%;
    }
    .cart-action-options .cart-action-clear-cart {
        margin: 15px 0;
        width: 100%;
    }

    /* .transitional h2,
    .transitional h1 {
        width: 100%;
        text-align: center;
    } */

    .summit-page .registration-package {
        text-align: center;
        padding-bottom: 20%;
        width: 80%;
    }

    .cart-summary-section,
    .event-type-name,
    .footer-copyright,
    .footer-global-links .fourth-column,
    .footer-wrapper .fourth-column {
        text-align: center;
    }
    .footer-global-links .fourth-column img {
        float: none;;
    }
    
    .event-package {
        text-align: center;
        margin: 5% 0%;
        padding: 5% 0%
    }

    .event-type-name,
    .event-package .package-quantity,
    .event-package .package-info,
    .event-package .package-price {
        width: 100%;
    }

    .event-package .package-quantity {
        margin: 10px 0;
    }

    .event-type-name {
        font-size: 16px;
        font-family: "FuturaPTWebBook", Arial, sans-serif;
    }
}
/* -------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 599px) {



}

